home *** CD-ROM | disk | FTP | other *** search
- /*
- File: PICTFile.h
-
- Contains: header for pict file support in SimpleText
-
- Written by: Tom Dowdy
-
- Copyright: © 1993, 1995, 1997 by Apple Computer, Inc., all rights reserved.
-
- Change History (most recent first):
-
- $Log: PICTFile.h,v $
- Revision 1.1.1.1 1998/03/18 22:56:11 ivory
- Initial checkin of SimpleText.
-
-
- 2 9/30/97 6:23 PM Sam Bushell
- Added isQuickTimeImageFile.
-
- 1 7/28/97 11:19 AM Duane Byram
- first added to Source Safe project
-
- <1> 8/21/95 TD First checked in.
-
- */
-
- #include "SimpleText.h"
-
- #ifndef REZ
- struct PICTDataRecord
- {
- WindowDataRecord w;
-
- Boolean isQuickTimeImageFile;
- Rect pictureRectangle;
- PicHandle cacheHandle;
- Rect selectionRectangle;
- short patternPhase;
- };
- typedef struct PICTDataRecord PICTDataRecord, *PICTDataPtr;
- #endif
-